test_example_package: Test package to use it as template for building other packages
Project description
<REPOSITORY_NAME>
The function of this test package template is to make it easier to build and deploy new packages on https://pypi.org/ It does not pretend to fit the demadnd of all type of packages but make some steps easier to fullfit using this package as template. And afther importing the repository. Adapt is for each usecase.
Instalation protocol
-
Use the content of this repository in your own git/github environment. With your own repository name and self builded package content
-
Clone the github repository.
$ git clone https://github.com/<GITHUB_USERNAME>/<REPOSITORY_NAME>.git
- Enter the project folder.
$ cd <REPOSITORY_NAME>
how deploy package on pipy
-
Before execute the deploy command. There must be prerequisites:
- It the
__init__.py
Ther must be defined:__doc__
description of the module information insite """ .... """ on the header of the docuemnt- An defined release version of the package
__version__
- An defined author of the package
__author__
- An defined author email of the package
__email__
- If there are pip dependencies that the package need to have installed to work. They must be listed on the 'requirement.txt' file.
- The Project need to be part of an "git" environment connected to an github repository. If it is part of it. Some information is used as metadata of the pip project. Such as:
- The package name will be the repository name of the project
- The webside will be directly the github repository.
- The bugtracker web will be the issues part of the repoitory on github.
- There must be an defined
README.md
on the root of the project.
If this information is not correct. The build process wil be interupted and the deploy will not happen
- It the
-
You must be registered on https://pypi.org/ with a defined "username" and "password"
-
Execute the command:
$ deploy.bat
- This command will create and temporary virtual environment. Install the requirement packages on it. Build the new release. And deploy it on https://pypi.org/ (will ask username and password) and as last will destroy the builded virtual environment asking if you will delete it or not.
Now you have deployed your package on PIPY so you can use it with PIP installations
How to test it (on VSCode):
- Change
<YOUR_PACKAGE_NAME>
your your deployed package name insidebuild.bat
(on the last line)
...
python -m venv env
call .\env\Scripts\activate
pip install <YOUR_PACKAGE_NAME>
- Build the virtual environment on the repository with the package content by running:
$ build.bat
- After that you can use method located in the tests directory .\tests\init.py
$ cd tests
$ python __init__.py
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
Built Distribution
File details
Details for the file test_example_package-0.0.2.tar.gz
.
File metadata
- Download URL: test_example_package-0.0.2.tar.gz
- Upload date:
- Size: 4.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.9.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3776963ca04ce82f9f529b26cee47906693de9ca94c3524b194cfc44139f298c |
|
MD5 | 169a0d812a839b5f31a627c4407b0db9 |
|
BLAKE2b-256 | 15caab11b69a78b22135db3e353e267810351b9766464cef15bc84ea0d8fe75b |
File details
Details for the file test_example_package-0.0.2-py3-none-any.whl
.
File metadata
- Download URL: test_example_package-0.0.2-py3-none-any.whl
- Upload date:
- Size: 4.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.9.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 28c5979f8f127f33435035bb7ccd8c369bcd19e3a3482e583c5daca6bfe4be27 |
|
MD5 | 623a052cb3746dfdb33595683bdd18d5 |
|
BLAKE2b-256 | ddb1e967c0f7537d722d16a24d3f769355437b54b431ef92e5f92cbf8ab68145 |