Test description for the first python package.
Project description
first-python-package
This package is awesome.
Installation
python -m pip install first-python-package
Notes
- Use
pyproject-buildfor building your project- use newer
pyproject.tomlfor specification - you can also use
setup.pyif other options not availble pyproject-buildcreates source distribution pkg and binary distirbution pkg- add info about required build system
- use newer
- Package Metadata
- use
setup.cfgto specify that- name
- version
- url
- author
- author_email
- description
- license
- long_description (this is best based on README.md)
- use
- Split directory structure into
srcandtest- such separation is important for packaging. You want to run your tests against packaged code, not raw source code. - In
MANIFEST.inspecify non-Python files that should be included.
Adding Cython to your project
- Find code for optimization and port it to Cython (.pyx)
- Add Cython as a build requirement in
pyproject.toml-> if you want to work with Cython you need a package - Create
setup.pywhere you specify Cython files.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file pubpypack-harmony-marcin-sztylko-0.0.1.tar.gz.
File metadata
- Download URL: pubpypack-harmony-marcin-sztylko-0.0.1.tar.gz
- Upload date:
- Size: 39.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
aa912cde7c9de87491143445c457cee87392a35abe0837e2ffdb634e3bbde0df
|
|
| MD5 |
13fec66989502dd590ba77661380f85f
|
|
| BLAKE2b-256 |
7defaf318441d41bc5b1656959a59eca2f0879515806c451438f848597ddbfbb
|