-
Currently poetry has a `poetry new my_package` command which create a new folder containing the minimal required files to publish a project to PyPI.
This is very convenient because I can publish a …
-
### Checklist
- [X] I added a descriptive title
- [X] I searched open requests and couldn't find a duplicate
### What is the idea?
Currently, you can install a package from a `.tar.bz2` or `.conda`…
-
Some information on how to get radiotray back into debian repository
- https://wiki.debian.org/Mentors
- https://mentors.debian.net/
List of sponsor teams: https://wiki.debian.org/Teams/#Packagin…
-
In order to improve the usability of FADI when deployed for Machine Learning / Data Science projects, a support for [Seldon](https://www.seldon.io/tech/products/core/) should be added.
Seldon is an…
-
What are the advantages of kpt(Config as Data) over cdk8s/pulumi way of managing applications?
**Advantages of cdk8s/pulumi:**
1. More appealing to developers. Defining infra as code in their lang…
-
**Is your feature request related to a problem? Please describe.**
Current model is update files in subdirectories like terraform/stage-crc. Then I need to update the toolkit and I have to stash my …
-
Please, Please, Please expand cello example to include another RPM source package that creates and deploy a shared library and consume that package by the cello example. Please, Please, Please, Pleas…
-
### Troubleshooting docs
- [X] My problem is not solved in the Troubleshooting docs
### Anaconda default channels
- [X] I do NOT use the Anaconda default channels (pkgs/* etc.)
### How did you ins…
-
If we distributed PLCC through PyPI then installing PLCC would become...
```bash
$ pip install plcc
```
And no one needs to set environment variables (e.g., LIBPLCC). All Python scripts can fi…
-
## Description
I'm packaging your module as an rpm package so I'm using the typical PEP517 based build, install and test cycle used on building packages from non-root account.
- `python3 -sBm build …