Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clarification on using poetry with non-package non-publish code #1148

Closed
2 tasks done
AEHamrick opened this issue Jun 5, 2019 · 3 comments
Closed
2 tasks done

Clarification on using poetry with non-package non-publish code #1148

AEHamrick opened this issue Jun 5, 2019 · 3 comments
Labels
area/venv Related to virtualenv management kind/feature Feature requests/implementations

Comments

@AEHamrick
Copy link

  • I have searched the issues of this repo and believe that this is not a duplicate.
  • I have searched the documentation and believe that my question is not covered.

Question

In a similar vein to #1050, I have a codebase of python and other files somewhat like:

[projectname]/
├── [library]/
│ ├── setup.py
│ ├── vendor_api.py
│ ├── utility.py
│ ├── custom_exceptions.py
├── [shell]/
│ ├── .bashrc
│ ├── .bash_profile
├── [sql]/
│ ├── load.sql
│ ├── dummy_data.sql
├── [config]/
│ ├── thing.cfg
|── readme.md
|── task.py
|── monitor.py
|── db_thing.py
└── task2.py

Currently I'm using pipenv for this, but I'd like to switch for a variety of reasons. Am I right thinking in this case I should poetry init in the top level of the project, put in a dummy version number, and forget the versioning and package/publish functionality exists? Are there any caveats that might bite me later?

@thejohnfreeman
Copy link
Contributor

See #1132 as well. I just set version to 0.0.0 and added classifiers:

classifiers = [
  "Private :: Do Not Upload",
]

There are no caveats.

@kasteph kasteph added kind/feature Feature requests/implementations area/venv Related to virtualenv management labels Jun 26, 2019
@kasteph
Copy link
Member

kasteph commented Jun 26, 2019

Thanks for submitting this issue!

Since this seems to be a duplicate of #1132 and there is already a longer trail of discussion there, I'll close this issue for now in an effort to consolidate and prune issues in poetry.

If you believe that this issue is different to #1132, please feel free to re-open this issue.

Copy link

github-actions bot commented Mar 3, 2024

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 3, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area/venv Related to virtualenv management kind/feature Feature requests/implementations
Projects
None yet
Development

No branches or pull requests

3 participants