Skip to main content

This is (for now) a test.

Project description

expert_intelligence_toolbox

This is an experimental v0.1, which currently serves no function other than testing. Hello update.

Internal:

Follow this: https://packaging.python.org/en/latest/tutorials/packaging-projects/

A package needs:

  • pyproject.toml (used to define the metadata and configuration for your package. It provides information such as the package name, version, dependencies, and other details required for installation and distribution.)

  • README.md: This file contains the documentation and information about your package. It is commonly written in Markdown format and serves as the main entry point for users and developers to understand how to use your package.

  • LICENSE: This file includes the license under which your package is distributed. It is important to choose and include the appropriate license file, as we discussed in the previous response.

  • requirements.txt or pyproject.toml: These files are used to specify the dependencies required by your package. requirements.txt is a common format that lists the package names and versions, while pyproject.toml is used in the context of projects using the Poetry dependency manager.

How to get the package ready.

1 - Make a 'wheel' and source distribution file (you pack the source code as binary and tar file) py -m pip install --upgrade build py -m build

2 - go to https://test.pypi.org/account/register/ and complete the steps on that page. Verify your email address.

3 - To securely upload your project, you’ll need a PyPI API token. Create one at https://test.pypi.org/manage/account/#api-tokens, setting the “Scope” to “Entire account”. Don’t close the page until you have copied and saved the token — you won’t see that token again.

4 - Upload to PyPI test index py -m pip install --upgrade twine py -m twine upload --repository testpypi dist/* Username: token PW: enter your token here (WARNING - CTRL-V WILL NOT WORK. IN VSCODE: Edit --> Paste)

5 - you can pull your own package from py -m pip install --index-url https://test.pypi.org/simple/ --no-deps expert_intelligence_toolbox

6 - make a real package delete dist directory py -m build py -m twine upload dist/* Username: token PW: enter your token here (WARNING - CTRL-V WILL NOT WORK. IN VSCODE: Edit --> Paste)

5 - What if you make any changes? Just repeat. Change version number in pyproject.toml py -m build twine upload --skip-existing dist/* twine upload --skip-existing --repository testpypi dist/* (for testpypi)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

expert_intelligence_toolbox-0.0.4.tar.gz (2.7 kB view details)

Uploaded Source

Built Distribution

File details

Details for the file expert_intelligence_toolbox-0.0.4.tar.gz.

File metadata

File hashes

Hashes for expert_intelligence_toolbox-0.0.4.tar.gz
Algorithm Hash digest
SHA256 568cdab1925fd6fdeb938acd9e7464f673cb3f9a659536f5fc8e41e2e933f018
MD5 d416e9199c95f337915b925ebcbd52bb
BLAKE2b-256 d024575268de35ef681f5c14ff5b47237310a235fe0a8186f27ce1752a9f8352

See more details on using hashes here.

File details

Details for the file expert_intelligence_toolbox-0.0.4-py3-none-any.whl.

File metadata

File hashes

Hashes for expert_intelligence_toolbox-0.0.4-py3-none-any.whl
Algorithm Hash digest
SHA256 12789b35a2140e7091037b07a9f20de89c9f712e419410f1c8cedc4a0685a6e0
MD5 a0ae297111f088c8196cd4eb000a7bcb
BLAKE2b-256 6e624c59bdee249e14d9c4543e94a2f18cfadde914a9b2708a0dfbda1e6b86e1

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page