make venv
This commit is contained in:
parent
b3f70c0c9d
commit
ad95e00c84
6
.gitignore
vendored
Normal file
6
.gitignore
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
.venv/
|
||||
__pycache__/
|
||||
*.pyc
|
||||
output.txt
|
||||
*.docx
|
||||
|
||||
72
data/test.json
Normal file
72
data/test.json
Normal file
@ -0,0 +1,72 @@
|
||||
[
|
||||
{
|
||||
"id": 1,
|
||||
"title": "Python ðàçðàáîò÷èê",
|
||||
"company": "ßíäåêñ",
|
||||
"city": "Ìîñêâà",
|
||||
"salary_from": 150000,
|
||||
"salary_to": 200000,
|
||||
"skills": ["Python", "SQL", "Django", "PostgreSQL"],
|
||||
"published_at": "2024-01-15"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"title": "Data Engineer",
|
||||
"company": "Òèíüêîôô",
|
||||
"city": "Ìîñêâà",
|
||||
"salary_from": 180000,
|
||||
"salary_to": 250000,
|
||||
"skills": ["Python", "SQL", "Spark", "Airflow"],
|
||||
"published_at": "2024-01-20"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"title": "Backend Developer",
|
||||
"company": "Ozon",
|
||||
"city": "Ñàíêò-Ïåòåðáóðã",
|
||||
"salary_from": 130000,
|
||||
"salary_to": 170000,
|
||||
"skills": ["Python", "FastAPI", "MongoDB"],
|
||||
"published_at": "2024-01-18"
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"title": "Data Analyst",
|
||||
"company": "ßíäåêñ",
|
||||
"city": "Ìîñêâà",
|
||||
"salary_from": 140000,
|
||||
"salary_to": 180000,
|
||||
"skills": ["Python", "SQL", "Tableau"],
|
||||
"published_at": "2024-01-22"
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"title": "Junior Python Developer",
|
||||
"company": "Ñáåð",
|
||||
"city": "Ìîñêâà",
|
||||
"salary_from": 100000,
|
||||
"salary_to": 130000,
|
||||
"skills": ["Python", "SQL", "Git"],
|
||||
"published_at": "2024-01-25"
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"title": "Senior Python Developer",
|
||||
"company": "Wildberries",
|
||||
"city": "Ìîñêâà",
|
||||
"salary_from": 200000,
|
||||
"salary_to": 300000,
|
||||
"skills": ["Python", "SQL", "Kafka", "Kubernetes"],
|
||||
"published_at": "2024-01-28"
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"title": "Full Stack Developer",
|
||||
"company": "Avito",
|
||||
"city": "Ìîñêâà",
|
||||
"salary_from": 170000,
|
||||
"salary_to": 220000,
|
||||
"skills": ["Python", "JavaScript", "React", "SQL"],
|
||||
"published_at": "2024-01-30"
|
||||
}
|
||||
]
|
||||
0
requirements.txt
Normal file
0
requirements.txt
Normal file
Loading…
Reference in New Issue
Block a user